←Select platform

GetAllViewers<T> Method

Summary

Returns all the MedicalViewer objects from the specified MedicalViewerHost type.

Syntax

C#
VB
C++
public IEnumerable<MedicalViewer> GetAllViewers<T>() 
  
Public Function GetAllViewers(Of T As Leadtools.Medical.Workstation.Ui.MedicalViewerHost)() As IEnumerable(Of MedicalViewer) 
public: 
IEnumerable<MedicalViewer^>^ GetAllViewersgeneric<typename T> 
();  
where T: Leadtools.Medical.Workstation.Ui.MedicalViewerHost 

Type Parameters

T
The MedicalViewerHost type that returns the MedicalViewer objects.

Return Value

All the MedicalViewer objects from the specified MedicalViewerHost type.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly